memory access
英 [ˈmeməri ˈækses]
美 [ˈmeməri ˈækses]
存储访问,内存访问;存取存储器
英英释义
noun
- (computer science) the operation of reading or writing stored information
双语例句
- Design and Optimization of Memory Access Structure for Multicore-SoC Based on SPM
基于SPM的多核SoC访存结构设计与优化 - Some types of memory access errors ( like using a NULL pointer) cause a program to crash outright.
有些类型的内存访问错误(比如使用一个NULL指示器)将会导致一个程序完全崩溃。 - As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。 - The index register is added to the specified address, and the result is used as the address for the memory access.
索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。 - This increases the latency of the task's memory access until its data is in the cache of the new CPU.
这就增加了任务的内存访问延迟,这些时间用来将其数据移入新CPU的内存中。 - To enable memory access, it provides put and set methods for ints, chars, and bytes.
为允许内存访问,它为int、char和byte提供了put和set方法。 - Adaptive stack cache with fast address generation policy is proposed by investigating memory access behavior of programs.
通过对程序的访存行为进行分析,提出快速地址计算的自适应栈高速缓存方案。 - Modern hardware makes use of nonuniform memory access ( NUMA), whereby a processor can access local memory faster than memory located remotely, on another bus.
现代硬件利用了非一致内存访问(NUMA),因此,处理器访问本地内存的速度比访问位于另一个总线上的远程内存的速度更快。 - For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。 - The SPEs access main storage with direct memory access ( DMA) commands that move data and instructions between main storage and a private local memory, called a local store or local storage ( LS).
SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。